home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / OpenGL / ideas / README < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.8 KB  |  47 lines

  1.  
  2.  
  3.                 THIS CODE RUNS/COMPILES ON 5.1 Irix OR LATER
  4.                 THIS CODE WILL NOT RUN ON LESS THAN 5.1 Irix
  5.  
  6.  
  7.  
  8. ABOUT THIS PROGRAM:
  9.     ideas is an OpenGL implementation of Ideas In Motion.  Ideas 
  10. in Motion is an experiment in real-time animation.  The scene opens 
  11. on a piece of paper with the Silicon Graphics logo and the words 
  12. "ideas in motion" on a table lit by a single lamp.  The view moves 
  13. in on the paper and a three dimensional version of the logo grows 
  14. out of the paper and flies around a bit.  The scene ends with 
  15. everything faded out except the logo and the words.
  16.     Pressing the left mouse button restarts the animation at the
  17. beginning.
  18.     Pressing the ESC key exits the program.
  19.     Pressing keys 1 through 4 varies the speed of the animation (1
  20. = slowest).
  21.     Pressing any other key pauses or unpaused the program.
  22.     The -a option causes the animation to loop.
  23.     The -d option causes the program to run single-buffered.
  24.     The -s{1-4} option sets the speed of the program (1 = slowest,
  25. default = 2).
  26.     The lighting on the logo and the lamp are infinite source with
  27. the specular component and were done with the hardware.  The lighting
  28. on the tabletop (the spotlight effect) was done in software for each
  29. vertex of a 13x13 grid.  The logo and its shadow each contain 2016
  30. meshed triangles.  The lamp contains 384 meshed triangles.  The
  31. letters contain approximately 1200 total meshed triangles.
  32.  
  33. TO COMPILE:
  34.         If you have not already done so, copy all files from the CDROM
  35. to a directory on your computer.
  36.         First, run the shell script UNCAP to get everything back from
  37. upper case letters.
  38.         Then type "make."
  39.  
  40. OTHER MAKEFILE TARGETS:
  41.         "make clean" removes objects, ~ files, and core files.
  42.         "make clobber" also removes the executable.
  43.  
  44. AUTHORS:
  45.     Iris GL version by Thant Tessman.
  46.     Ported to OpenGL by Celeste Fowler.
  47.